Home | History | Annotate | Download | only in include

Lines Matching full:setstatus

73         SetStatus(DllExports::GdipClonePath(nativePath, &clonepath));

83 return SetStatus(DllExports::GdipResetPath(nativePath));
93 SetStatus(DllExports::GdipGetPathFillMode(nativePath, &fillmode));
103 return SetStatus(DllExports::GdipSetPathFillMode(nativePath, fillmode));
113 return SetStatus(InvalidParameter);
144 return SetStatus(OutOfMemory);
153 return SetStatus(OutOfMemory);
158 return SetStatus(DllExports::GdipGetPathData(nativePath, pathData));
166 return SetStatus(DllExports::GdipStartPathFigure(nativePath));
171 return SetStatus(DllExports::GdipClosePathFigure(nativePath));
176 return SetStatus(DllExports::GdipClosePathFigures(nativePath));
181 return SetStatus(DllExports::GdipSetPathMarker(nativePath));
186 return SetStatus(DllExports::GdipClearPathMarkers(nativePath));
191 return SetStatus(DllExports::GdipReversePath(nativePath));
196 return SetStatus(DllExports::GdipGetPathLastPoint(nativePath, lastPoint));
214 return SetStatus(DllExports::GdipAddPathLine(nativePath, x1, y1, x2, y2));
220 return SetStatus(DllExports::GdipAddPathLine2(nativePath, points, count));
238 return SetStatus(DllExports::GdipAddPathLineI(nativePath,
248 return SetStatus(DllExports::GdipAddPathLine2I(nativePath,
272 return SetStatus(DllExports::GdipAddPathArc(nativePath, x, y, width, height,
292 return SetStatus(DllExports::GdipAddPathArcI(nativePath,
323 return SetStatus(DllExports::GdipAddPathBezier(nativePath, x1, y1, x2, y2,
330 return SetStatus(DllExports::GdipAddPathBeziers(nativePath, points, count));
352 return SetStatus(DllExports::GdipAddPathBezierI(nativePath,
366 return SetStatus(DllExports::GdipAddPathBeziersI(nativePath,
375 return SetStatus(DllExports::GdipAddPathCurve(nativePath,
384 return SetStatus(DllExports::GdipAddPathCurve2(nativePath,
396 return SetStatus(DllExports::GdipAddPathCurve3(nativePath,
408 return SetStatus(DllExports::GdipAddPathCurveI(nativePath,
417 return SetStatus(DllExports::GdipAddPathCurve2I(nativePath,
429 return SetStatus(DllExports::GdipAddPathCurve3I(nativePath,
441 return SetStatus(DllExports::GdipAddPathClosedCurve(nativePath,
450 return SetStatus(DllExports::GdipAddPathClosedCurve2(nativePath,
460 return SetStatus(DllExports::GdipAddPathClosedCurveI(nativePath,
470 return SetStatus(DllExports::GdipAddPathClosedCurve2I(nativePath,
484 return SetStatus(DllExports::GdipAddPathRectangle(nativePath,
494 return SetStatus(DllExports::GdipAddPathRectangles(nativePath,
502 return SetStatus(DllExports::GdipAddPathRectangleI(nativePath,
511 return SetStatus(DllExports::GdipAddPathRectanglesI(nativePath,
527 return SetStatus(DllExports::GdipAddPathEllipse(nativePath,
545 return SetStatus(DllExports::GdipAddPathEllipseI(nativePath,
568 return SetStatus(DllExports::GdipAddPathPie(nativePath, x, y, width, height,
592 return SetStatus(DllExports::GdipAddPathPieI(nativePath,
605 return SetStatus(DllExports::GdipAddPathPolygon(nativePath, points, count));
612 return SetStatus(DllExports::GdipAddPathPolygonI(nativePath, points, count));
622 return SetStatus(DllExports::GdipAddPathPath(nativePath, nativePath2, connect));
639 return SetStatus(DllExports::GdipAddPathString(
663 return SetStatus(DllExports::GdipAddPathString(
687 return SetStatus(DllExports::GdipAddPathStringI(
711 return SetStatus(DllExports::GdipAddPathStringI(
729 return SetStatus(DllExports::GdipTransformPath(nativePath, matrix->nativeMatrix));
764 return SetStatus(DllExports::GdipFlattenPath(
783 return SetStatus(DllExports::GdipWidenPath(
808 return SetStatus(DllExports::GdipWidenPathWithMinimumResolutions(nativePath, pen->nativePen,
830 return SetStatus(DllExports::GdipWidenPathWithMinimumResolutions(nativePath, pen->nativePen,
847 return SetStatus(DllExports::GdipWindingModeOutline(
869 return SetStatus(DllExports::GdipWarpPath(
889 SetStatus(DllExports::GdipGetPointCount(nativePath, &count));
900 return SetStatus(DllExports::GdipGetPathTypes(nativePath, types, count));
911 return SetStatus(DllExports::GdipGetPathPoints(nativePath, points, count));
918 return SetStatus(DllExports::GdipGetPathPointsI(nativePath, points, count));
984 SetStatus(DllExports::GdipClonePath(path.nativePath, &clonepath));
999 SetStatus(NotImplemented);
1016 Status SetStatus(Status status) const
1061 SetStatus(DllExports::GdipPathIterNextSubpath(nativeIterator,
1078 SetStatus(DllExports::GdipPathIterNextSubpathPath(nativeIterator,
1090 SetStatus(DllExports::GdipPathIterNextPathType(nativeIterator,
1101 SetStatus(DllExports::GdipPathIterNextMarker(nativeIterator,
1117 SetStatus(DllExports::GdipPathIterNextMarkerPath(nativeIterator,
1127 SetStatus(DllExports::GdipPathIterGetCount(nativeIterator, &resultCount));
1136 SetStatus(DllExports::GdipPathIterGetSubpathCount(nativeIterator, &resultCount));
1145 SetStatus(DllExports::GdipPathIterHasCurve(nativeIterator, &hasCurve));
1152 SetStatus(DllExports::GdipPathIterRewind(nativeIterator));
1161 SetStatus(DllExports::GdipPathIterEnumerate(nativeIterator,
1174 SetStatus(DllExports::GdipPathIterCopyData(nativeIterator,
1202 Status SetStatus(Status status) const
1271 return SetStatus(InvalidParameter);
1274 SetStatus(DllExports::GdipGetPathGradientCenterColor(
1284 SetStatus(DllExports::GdipSetPathGradientCenterColor(
1295 SetStatus(DllExports::GdipGetPathGradientPointCount(
1305 SetStatus(DllExports::GdipGetPathGradientSurroundColorCount(
1316 return SetStatus(InvalidParameter);
1321 SetStatus(DllExports::GdipGetPathGradientSurroundColorCount(
1328 return SetStatus(InsufficientBuffer);
1332 return SetStatus(OutOfMemory);
1334 SetStatus(DllExports::GdipGetPathGradientSurroundColorsWithCount(
1355 return SetStatus(InvalidParameter);
1361 return SetStatus(InvalidParameter);
1367 return SetStatus(OutOfMemory);
1374 SetStatus(DllExports::GdipSetPathGradientSurroundColorsWithCount(
1388 return SetStatus(InvalidParameter);
1390 return SetStatus(DllExports::GdipGetPathGradientPath(
1397 return SetStatus(InvalidParameter);
1399 return SetStatus(DllExports::GdipSetPathGradientPath(
1405 return SetStatus(DllExports::GdipGetPathGradientCenterPoint(
1413 return SetStatus(DllExports::GdipGetPathGradientCenterPointI(
1420 return SetStatus(DllExports::GdipSetPathGradientCenterPoint(
1427 return SetStatus(DllExports::GdipSetPathGradientCenterPointI(
1434 return SetStatus(DllExports::GdipGetPathGradientRect(
1440 return SetStatus(DllExports::GdipGetPathGradientRectI(
1448 return SetStatus(DllExports::GdipSetPathGradientGammaCorrection(
1456 SetStatus(DllExports::GdipGetPathGradientGammaCorrection(
1466 SetStatus(DllExports::GdipGetPathGradientBlendCount(
1476 return SetStatus(DllExports::GdipGetPathGradientBlend(
1485 return SetStatus(DllExports::GdipSetPathGradientBlend(
1494 SetStatus(DllExports::GdipGetPathGradientPresetBlendCount(
1506 return SetStatus(InvalidParameter);
1517 Status status = SetStatus(DllExports::GdipSetPathGradientPresetBlend(
1527 return SetStatus(OutOfMemory);
1537 return SetStatus(InvalidParameter);
1544 return SetStatus(OutOfMemory);
1547 GpStatus status = SetStatus(DllExports::GdipGetPathGradientPresetBlend(
1565 return SetStatus(DllExports::GdipSetPathGradientSigmaBlend(
1579 return SetStatus(DllExports::GdipSetPathGradientLinearBlend(
1588 return SetStatus(DllExports::GdipGetPathGradientTransform(
1594 return SetStatus(DllExports::GdipSetPathGradientTransform(
1600 return SetStatus(DllExports::GdipResetPathGradientTransform((GpPathGradient*)nativeBrush));
1606 return SetStatus(DllExports::GdipMultiplyPathGradientTransform((GpPathGradient*)nativeBrush,
1615 return SetStatus(DllExports::GdipTranslatePathGradientTransform((GpPathGradient*)nativeBrush,
1623 return SetStatus(DllExports::GdipScalePathGradientTransform((GpPathGradient*)nativeBrush,
1630 return SetStatus(DllExports::GdipRotatePathGradientTransform((GpPathGradient*)nativeBrush,
1640 return SetStatus(DllExports::GdipGetPathGradientFocusScales(
1647 return SetStatus(DllExports::GdipSetPathGradientFocusScales(
1658 SetStatus(DllExports::GdipGetPathGradientWrapMode(
1666 return SetStatus(DllExports::GdipSetPathGradientWrapMode(